HeatmapLayer

A heatmap.

See also

<a href="https://www.mapbox.com/mapbox-gl-style-spec/#layers-heatmap">The online documentation</a>

Constructors

Link copied to clipboard
open fun HeatmapLayer(layerId: String, sourceId: String)
Creates a HeatmapLayer.

Functions

Link copied to clipboard
Get a single expression filter.
Link copied to clipboard
Get the HeatmapColor property
Link copied to clipboard
Defines the color of each pixel based on its density value in a heatmap.
Link copied to clipboard
Get the HeatmapIntensity property
Link copied to clipboard
Get the HeatmapIntensity property transition options
Link copied to clipboard
Get the HeatmapOpacity property
Link copied to clipboard
Get the HeatmapOpacity property transition options
Link copied to clipboard
Get the HeatmapRadius property
Link copied to clipboard
Get the HeatmapRadius property transition options
Link copied to clipboard
Get the HeatmapWeight property
Link copied to clipboard
open fun getId(): String
Link copied to clipboard
open fun getMaxZoom(): Float
Link copied to clipboard
open fun getMinZoom(): Float
Link copied to clipboard
Get the source id.
Link copied to clipboard
Get the source layer.
Link copied to clipboard
Link copied to clipboard
open fun isDetached(): Boolean
Link copied to clipboard
open fun setDetached()
Link copied to clipboard
open fun setFilter(@NonNull filter: Expression)
Set a single expression filter.
Link copied to clipboard
Set the HeatmapIntensity property transition options
Link copied to clipboard
Set the HeatmapOpacity property transition options
Link copied to clipboard
Set the HeatmapRadius property transition options
Link copied to clipboard
open fun setMaxZoom(zoom: Float)
Link copied to clipboard
open fun setMinZoom(zoom: Float)
Link copied to clipboard
open fun setProperties(@NonNull properties: Array<PropertyValue<out Any>>)
Link copied to clipboard
open fun setSourceLayer(sourceLayer: String)
Set the source layer.
Link copied to clipboard
Set a single expression filter.
Link copied to clipboard
Set a property or properties.
Link copied to clipboard
open fun withSourceLayer(sourceLayer: String): HeatmapLayer
Set the source Layer.

Properties

Link copied to clipboard
open val nativePtr: Long